Method LoadWithParentsAsync<TProps>(IEnumerable<long>, int, bool?)

Assembly: redb.Core.dll

Bulk load objects with parent chains (uses _securityContext).

public Task<List<TreeRedbObject<TProps>>> LoadWithParentsAsync<TProps>(IEnumerable<long> objectIds, int depth = 10, bool? lazyLoadProps = null) where TProps : class, new()